home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 September / Amiga Games Extra CD-ROM 9-1996.iso / userbox / publicdomain / fastimagefxmodules / install < prev    next >
Text File  |  1996-02-11  |  873b  |  25 lines

  1. ECHO "Installing FastIFXModules"
  2. failat 7
  3. if exists ImageFX:
  4. echo "Installing modules:"
  5. copy clone -H#?(Load|Scal)#? ImageFX:Modules/Loaders
  6. copy clone -H#?Save#? ImageFX:Modules/Savers
  7. echo "Loader&Scaler installed in ImageFX:Modules/Loaders/..."
  8. echo "Saver installed in ImageFX:Modules/Savers/..."
  9. if exists :hhsloaderkey.library
  10. echo "Installing Keyfile:"
  11. copy clone :H#?loaderkey#?.library LIBS:
  12. echo "Keyfile hhsloaderkey.library installed in LIBS:"
  13. endif
  14. echo "Installing ARexx scripts to ImageFX:Rexx"
  15. copy clone #?.rx(%|.info) ImageFX:Rexx
  16. echo "Documentation and IFXAppWindow are not installed; copy them by"
  17. echo "dragging to any place you like."
  18. else
  19. echo "No Assign to ImageFX: found! Please make assign manually to your"
  20. echo "ImageFX directory and start install script again or install the"
  21. echo "modules manually as described in the ReadMe."
  22. endif
  23. wait 30
  24.  
  25.